From: Eli Zaretskii Date: Sat, 3 Oct 2009 09:51:03 +0000 (+0000) Subject: (clear_regexp_cache): Fix a typo in a comment. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10101 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7376c4fdba2ba0490923c006f0a650f5b3ebacbf;p=emacs.git (clear_regexp_cache): Fix a typo in a comment. --- diff --git a/src/search.c b/src/search.c index 0102957679d..02b5e625ffd 100644 --- a/src/search.c +++ b/src/search.c @@ -209,7 +209,7 @@ clear_regexp_cache () int i; for (i = 0; i < REGEXP_CACHE_SIZE; ++i) - /* It's tempting to compare with the syntax-table we've actually changd, + /* It's tempting to compare with the syntax-table we've actually changed, but it's not sufficient because char-table inheritance mewans that modifying one syntax-table can change others at the same time. */ if (!EQ (searchbufs[i].syntax_table, Qt))